-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding a contract to deployment section when using flowkit.AddContract #1247
Adding a contract to deployment section when using flowkit.AddContract #1247
Conversation
Not quite sure why my editor (nvim) deletes these lines, if you want me to i can add them back once the logic is approved. |
@bjartek looks like tests are failing |
It fails because testnet is sporking |
@chasefleming tests should work now. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1247 +/- ##
==========================================
+ Coverage 38.65% 40.79% +2.14%
==========================================
Files 38 38
Lines 1948 1978 +30
==========================================
+ Hits 753 807 +54
+ Misses 1107 1082 -25
- Partials 88 89 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Closes #1201
Description
When adding a Contract it is added to the contracts state but not to deployments if the deployment network does not exist already.
For contributor use:
master
branchFiles changed
in the Github PR explorer